home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
dev
/
c
/
ExtrasLib.lha
/
ExtrasLib
/
Include
/
clib
/
extras
/
intuition_protos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-09-30
|
415 b
|
20 lines
#ifndef CLIB_EXTRAS_INTUITION_PROTOS_H
#define CLIB_EXTRAS_INTUITION_PROTOS_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef INTUITION_INTUITION_H
#include <intuition/intuition.h>
#endif
LONG EZReq(struct Window *Win,
ULONG *IDCMP_ptr,
STRPTR Title,
STRPTR Text,
STRPTR ButtonText,
ULONG Arg, ...);
#endif /* CLIB_EXTRAS_INTUITION_PROTOS_H */